distributeVertically

abstract fun distributeVertically(blocks: List<DesignBlock>)

Distribute multiple blocks vertically within their bounding box so that the space between them is even. Required scope: "layer/move"

Parameters

blocks

a non-empty array of block ids that should be distributed.